1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gitlab-runner_ynh.git synced 2024-09-03 19:15:58 +02:00

Update restore

This commit is contained in:
Éric Gaspar 2023-12-22 17:11:42 +01:00
parent 4e42727040
commit eb8cb13997

View file

@ -24,7 +24,7 @@ test ! -d /etc/$app \
ynh_script_progression --message="Reinstalling GitLab Runner..." ynh_script_progression --message="Reinstalling GitLab Runner..."
tempdir="$(mktemp -d)" tempdir="$(mktemp -d)"
ynh_setup_source --dest_dir=$tempdir --source_id=$YNH_ARCH ynh_setup_source --dest_dir=$tempdir
dpkg -i $tempdir/gitlab-runner.deb dpkg -i $tempdir/gitlab-runner.deb
ynh_secure_remove --file="$tempdir" ynh_secure_remove --file="$tempdir"