diff --git a/scripts/install b/scripts/install index 5ba6570..e5da697 100755 --- a/scripts/install +++ b/scripts/install @@ -105,7 +105,7 @@ pushd "$final_path" ynh_use_nodejs ynh_exec_warn_less ynh_exec_as $app NODE_ENV=production $ynh_node_load_PATH $ynh_npm install --production ynh_exec_warn_less ynh_exec_as $app NODE_ENV=production $ynh_node_load_PATH ./node_modules/.bin/tsc - ln -s $final_path/public/js/mots/listeMotsProposables.js $final_path/public/js/mots/listeMotsProposables.9.D.js + ln -sf $final_path/public/js/mots/listeMotsProposables.js $final_path/public/js/mots/listeMotsProposables.9.D.js popd #=================================================