On force la copie des scripts 3 et 4

This commit is contained in:
2018-05-07 12:33:03 +02:00
parent 03852b5b20
commit e2fbc1d17a

View File

@@ -44,7 +44,7 @@ if true; then
fi
if true; then
cp Install-Mastodon-Phase3.sh Install-Mastodon-Phase4.sh /home/mastodon || exit 18
cp -f Install-Mastodon-Phase3.sh Install-Mastodon-Phase4.sh /home/mastodon || exit 18
chown -R mastodon /home/mastodon || exit 19
chmod +x /home/mastodon/Install*.sh
su - mastodon -c ./Install-Mastodon-Phase3.sh || exit 20