mirror of
https://github.com/YunoHost-Apps/readeck_ynh.git
synced 2024-09-03 20:16:18 +02:00
cleaning
This commit is contained in:
parent
ff3ad557a3
commit
2686fcba60
2 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
[Unit]
|
||||
Description=Readeck: Open Source bookmark manager
|
||||
Description=Readeck: bookmark manager
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
|
|
|
@ -45,12 +45,12 @@ yunohost service add "$app" --description="Bookmark manager and a read later too
|
|||
#=================================================
|
||||
# UPDATE A CONFIG FILE
|
||||
#=================================================
|
||||
ynh_script_progression --message="Updating a configuration file..." --weight=1
|
||||
#ynh_script_progression --message="Updating a configuration file..." --weight=1
|
||||
|
||||
#ynh_add_config --template="config.toml" --destination="$data_dir_dir/config.toml"
|
||||
#ynh_add_config --template="config.toml" --destination="$data_dir/config.toml"
|
||||
|
||||
#chmod 600 "$data_dir_dir/config.toml"
|
||||
#chown "$app:$app" "$data_dir_dir/config.toml"
|
||||
#chmod 600 "$data_dir/config.toml"
|
||||
#chown "$app:$app" "$data_dir/config.toml"
|
||||
|
||||
#=================================================
|
||||
# START SYSTEMD SERVICE
|
||||
|
|
Loading…
Add table
Reference in a new issue