Fix session saving issue

This commit is contained in:
Derkades 2020-09-25 11:51:28 +02:00
parent eae545dacc
commit c06a5bfe35

View File

@ -14,7 +14,7 @@ else
mv Nameless-*/{,.[^.]}* "/data" mv Nameless-*/{,.[^.]}* "/data"
chown -R www-data:www-data /data chown -R www-data:www-data /data
chmod 755 -R /data chmod 755 -R /data
rm -rf /tmp rm -rf /tmp/*
set +x set +x
echo "Done!" echo "Done!"
fi fi