Removed the savefile dir.
This commit is contained in:
parent
ccf74a1197
commit
26f2c22e05
2 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ make_prelude_dirs () {
|
||||||
printf " Making the required directories.\n$RESET"
|
printf " Making the required directories.\n$RESET"
|
||||||
mkdir $PRELUDE_INSTALL_DIR/vendor $PRELUDE_INSTALL_DIR/personal > /dev/null 2>&1
|
mkdir $PRELUDE_INSTALL_DIR/vendor $PRELUDE_INSTALL_DIR/personal > /dev/null 2>&1
|
||||||
mkdir $PRELUDE_INSTALL_DIR/themes $PRELUDE_INSTALL_DIR/snippets > /dev/null 2>&1
|
mkdir $PRELUDE_INSTALL_DIR/themes $PRELUDE_INSTALL_DIR/snippets > /dev/null 2>&1
|
||||||
|
mkdir $PRELUDE_INSTALL_DIR/savefile > /dev/null 2>&1
|
||||||
if ! [ $? -eq 0 ]
|
if ! [ $? -eq 0 ]
|
||||||
then
|
then
|
||||||
printf "$RED failed to create directories.\n$RESET"
|
printf "$RED failed to create directories.\n$RESET"
|
||||||
|
|
Loading…
Reference in a new issue