yunohost-gitea_ynh/conf/gogs_post_migration.sh

33 lines
796 B
Bash
Raw Normal View History

2019-02-15 11:33:29 +01:00
#!/bin/bash
# Ending the migration process from Gogs to Gitea
set -u
#=================================================
# IMPORT GENERIC HELPERS
#=================================================
source /usr/share/yunohost/helpers
#=================================================
# SET VARIABLES
#=================================================
old_app="__OLD_APP__"
new_app="__NEW_APP__"
script_name="$0"
#=================================================
# DELETE OLD APP'S SETTINGS
#=================================================
2019-06-09 21:05:14 +02:00
ynh_secure_remove --file="/etc/yunohost/apps/$old_app"
2019-02-15 11:33:29 +01:00
yunohost app ssowatconf
#=================================================
# DELETE THIS SCRIPT
#=================================================
echo "rm $script_name" | at now + 1 minutes