From e2fbc1d17ab3640134ffea1182d752963025b042 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iwan=20Cl=C3=A9ment?= Date: Mon, 7 May 2018 12:33:03 +0200 Subject: [PATCH] On force la copie des scripts 3 et 4 --- files/Install-Mastodon-Phase2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/Install-Mastodon-Phase2.sh b/files/Install-Mastodon-Phase2.sh index 0d56a1c..cf7ff9a 100644 --- a/files/Install-Mastodon-Phase2.sh +++ b/files/Install-Mastodon-Phase2.sh @@ -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