Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Neutrinet
neutrinet_ynh
Commits
511a6a6f
Commit
511a6a6f
authored
Apr 09, 2022
by
HgO
Browse files
move renew cert cron script to conf dir
parent
e2b8e774
Changes
3
Hide whitespace changes
Inline
Side-by-side
scripts
/renew_cert_cron.sh
→
conf
/renew_cert_cron.sh
View file @
511a6a6f
File moved
scripts/install
View file @
511a6a6f
...
...
@@ -95,7 +95,7 @@ ynh_exec_warn_less git -C $renew_cert_path checkout $renew_cert_version
# We wrap the python3 script that actually renew the VPN certificate
# This wrapper will be used as a daily cron task
cp
$renew_cert_cron_script
$renew_cert_path
/
$renew_cert_cron_script
cp
../conf/
$renew_cert_cron_script
$renew_cert_path
/
$renew_cert_cron_script
ynh_script_progression
"Setting up permissions"
chown
-R
$app_user
:
$opt_path
...
...
scripts/upgrade
View file @
511a6a6f
...
...
@@ -132,7 +132,7 @@ ynh_exec_warn_less git -C $renew_cert_path checkout $renew_cert_version
# We wrap the python3 script that actually renew the VPN certificate
# This wrapper will be used as a daily cron task
cp
$renew_cert_cron_script
$renew_cert_path
/
$renew_cert_cron_script
cp
../conf/
$renew_cert_cron_script
$renew_cert_path
/
$renew_cert_cron_script
ynh_script_progression
"Setting up permissions"
chown
-R
$app_user
:
$opt_path
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment