mirror of
https://github.com/YunoHost-Apps/httpsh_ynh.git
synced 2024-09-03 19:25:55 +02:00
Fix typo
This commit is contained in:
parent
134b0b6844
commit
342e38bcea
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue