From 0ab54656c075af67da5bf339524680a9c42b5c75 Mon Sep 17 00:00:00 2001 From: siwinter <45730097+siwinter@users.noreply.github.com> Date: Wed, 13 Nov 2019 22:35:31 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index ecfc233..6316fd3 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 myServer.py "$final_path" +cp -a ./myServer.py "$final_path" #sw. sudo cp -a ../sources/. $final_path #=================================================