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"
chown -R www-data:www-data /data
chmod 755 -R /data
rm -rf /tmp
rm -rf /tmp/*
set +x
echo "Done!"
fi