From 7dc480f69b756a872deea8abd4e730626d116338 Mon Sep 17 00:00:00 2001 From: matlink Date: Thu, 13 Nov 2014 21:58:38 +0100 Subject: [PATCH] now remove install.php after install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 32e61fd..ed093a3 100644 --- a/scripts/install +++ b/scripts/install @@ -69,7 +69,7 @@ fi #adding admin to the allowed users sudo yunohost app addaccess $app -u $admin -#sudo rm -f $final_path/install.php +sudo rm -f $final_path/install.php # Restart services sudo service nginx reload sudo yunohost app ssowatconf \ No newline at end of file