mirror of
https://github.com/YunoHost-Apps/homeassistant_ynh.git
synced 2024-09-03 19:26:16 +02:00
Silence build warnings 2
This commit is contained in:
parent
59aa5ca3a2
commit
13a6ae740a
2 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@ chmod -R +x "$home_path/.homeassistant/bin"
|
|||
|
||||
ynh_script_progression --message="Restoring the packages dependencies..."
|
||||
# add required packages
|
||||
myynh_install_dependencies --python="$python"
|
||||
ynh_exec_warn_less myynh_install_dependencies --python="$python"
|
||||
|
||||
ynh_script_progression --message="Restoring the dedicated service..."
|
||||
ynh_restore_file --origin_path="/etc/systemd/system/$app@$app.service"
|
||||
|
|
|
@ -42,7 +42,7 @@ myynh_create_dir "/etc/sudoers.d"
|
|||
cp "../conf/sudoers" "/etc/sudoers.d/$app"
|
||||
|
||||
# build (if needed) & install Pyhton
|
||||
myynh_install_dependencies --python="$PY_REQUIRED_VERSION"
|
||||
ynh_exec_warn_less myynh_install_dependencies --python="$PY_REQUIRED_VERSION"
|
||||
|
||||
# stop systemd service
|
||||
ynh_script_progression --message="Stoping service..."
|
||||
|
|
Loading…
Reference in a new issue