forked from Dark-Horse-Linux/pyrois
13 lines
140 B
Bash
Executable File
13 lines
140 B
Bash
Executable File
# clean the slate
|
|
set -u
|
|
|
|
echo
|
|
echo "Deleting ${dir_stage}"
|
|
rm -Rf ${dir_stage}
|
|
|
|
echo
|
|
echo "Deleting ${dir_stage}"
|
|
rm -Rf ${dir_logs}
|
|
echo
|
|
|