1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/httpsh_ynh.git synced 2024-09-03 19:25:55 +02:00
This commit is contained in:
Félix Piédallu 2023-09-26 12:21:23 +02:00
parent 134b0b6844
commit 342e38bcea
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ ynh_setup_source --source_id=httpsh --dest_dir="$install_dir/httpsh"
# TODO: copy files where needed
mv "$install_dir/httpsh/usr/local/bin/ttyd-login" "$install_dir/httpsh"
ynh_add_config --template="../conf/ttyd_httphs.conf" --destination="$install_dir/ttyd_httphs.conf"
ynh_add_config --template="../conf/ttyd_httpsh.conf" --destination="$install_dir/ttyd_httpsh.conf"
chown -R "$app:$app" "$install_dir"

View file

@ -87,7 +87,7 @@ ynh_script_progression --message="Updating a configuration file..." --weight=1
# TODO: copy files where needed
mv "$install_dir/httpsh/usr/local/bin/ttyd-login" "$install_dir/httpsh"
ynh_add_config --template="../conf/ttyd_httphs.conf" --destination="$install_dir/ttyd_httphs.conf"
ynh_add_config --template="../conf/ttyd_httpsh.conf" --destination="$install_dir/ttyd_httpsh.conf"
chown -R "$app:$app" "$install_dir"