From 3824c9f26e6f1d4ff84f07a1dcec08658eb4efaa Mon Sep 17 00:00:00 2001 From: siwinter <45730097+siwinter@users.noreply.github.com> Date: Wed, 13 Nov 2019 22:01:27 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index f588426..ecfc233 100755 --- a/scripts/install +++ b/scripts/install @@ -141,7 +141,7 @@ ynh_app_setting_set --app=$app --key=final_path --value=$final_path #sw. ynh_setup_source --dest_dir="$final_path" # sudo mkdir -p "$final_path" -cp -a /home/admin/source/. "$final_path" +cp -a myServer.py "$final_path" #sw. sudo cp -a ../sources/. $final_path #=================================================