From d08d4d5c81d9a9b8d4bf8e279b1bc885ac6c01fa Mon Sep 17 00:00:00 2001 From: anmol26s Date: Sat, 8 Sep 2018 11:22:50 +0530 Subject: [PATCH] removed cargo run from install --- scripts/install | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/install b/scripts/install index 81299c4..c4340a6 100755 --- a/scripts/install +++ b/scripts/install @@ -186,8 +186,6 @@ ynh_add_systemd_config # Set right permissions for curl install chown -R $app: $final_path -# Actually start Plume -( cd $final_path && cargo run ) #================================================= # SETUP LOGROTATE