Update 00-folders.sh

This commit is contained in:
Alexandre
2022-09-30 20:26:51 +02:00
committed by GitHub
parent 0cdaf52ef0
commit e8ee847ebd

View File

@@ -56,7 +56,7 @@ change_folders () {
echo "Files were existing in $ORIGINALLOCATION, they will be moved to $CONFIGLOCATION"
mv "$ORIGINALLOCATION"/* "$CONFIGLOCATION"/
rmdir "$ORIGINALLOCATION"
fi || true
fi 2>/dev/null || true
}
########################