From 5b9d84af9184234da2d5a5f85cea8dd2e61ab073 Mon Sep 17 00:00:00 2001 From: David Beniamine <david@beniamine.net> Date: Thu, 27 Aug 2020 15:20:33 +0200 Subject: [PATCH] Make cp verbose --- postinstall_partage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postinstall_partage.sh b/postinstall_partage.sh index b95ed74..19b3922 100755 --- a/postinstall_partage.sh +++ b/postinstall_partage.sh @@ -40,7 +40,7 @@ else git pull origin master fi -cp $DIR/*/service/*.service /etc/systemd/system/ +cp -v $DIR/*/service/*.service /etc/systemd/system/ dpkg -i cups/deb/*.deb apt-get -f install -- GitLab