1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/httpsh_ynh.git synced 2024-09-03 19:25:55 +02:00

[autopatch] TEST BEFORE MERGE ynh_setup_source --full_replace=1

This commit is contained in:
Yunohost-Bot 2024-03-11 16:05:21 +01:00 committed by Félix Piédallu
parent 462e58364b
commit a5c0514d1a

View file

@ -24,11 +24,11 @@ ynh_systemd_action --service_name="$app" --action="stop" --log_path="/var/log/$a
ynh_script_progression --message="Upgrading source files..." --weight=1 ynh_script_progression --message="Upgrading source files..." --weight=1
# Download, check integrity, uncompress and patch the source from app.src # Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --source_id=ttyd --dest_dir="$install_dir" ynh_setup_source --source_id=ttyd --dest_dir="$install_dir" --full_replace=1
chmod +x "$install_dir/ttyd" chmod +x "$install_dir/ttyd"
# Get only the ttyd-login script # Get only the ttyd-login script
ynh_setup_source --source_id=httpsh --dest_dir="$install_dir/httpsh" ynh_setup_source --source_id=httpsh --dest_dir="$install_dir/httpsh" --full_replace=1
mv "$install_dir/httpsh/usr/local/bin/ttyd-login" "$install_dir/httpsh-ttyd-login" mv "$install_dir/httpsh/usr/local/bin/ttyd-login" "$install_dir/httpsh-ttyd-login"
ynh_secure_remove --file="$install_dir/httpsh" ynh_secure_remove --file="$install_dir/httpsh"