From 60ec78faf58f9bd0f420d69d9bdd05db7af6a987 Mon Sep 17 00:00:00 2001 From: Krakinou Date: Sat, 8 Dec 2018 16:55:20 +0100 Subject: [PATCH] Correct script to scripts --- {temp => conf}/systemd.service | 0 {script => scripts}/_common.sh | 0 {temp => scripts}/backup | 0 {temp => scripts}/change_url | 0 {script => scripts}/install | 0 {temp => scripts}/remove | 0 {temp => scripts}/restore | 0 {temp => scripts}/upgrade | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename {temp => conf}/systemd.service (100%) rename {script => scripts}/_common.sh (100%) rename {temp => scripts}/backup (100%) rename {temp => scripts}/change_url (100%) rename {script => scripts}/install (100%) rename {temp => scripts}/remove (100%) rename {temp => scripts}/restore (100%) rename {temp => scripts}/upgrade (100%) diff --git a/temp/systemd.service b/conf/systemd.service similarity index 100% rename from temp/systemd.service rename to conf/systemd.service diff --git a/script/_common.sh b/scripts/_common.sh similarity index 100% rename from script/_common.sh rename to scripts/_common.sh diff --git a/temp/backup b/scripts/backup similarity index 100% rename from temp/backup rename to scripts/backup diff --git a/temp/change_url b/scripts/change_url similarity index 100% rename from temp/change_url rename to scripts/change_url diff --git a/script/install b/scripts/install similarity index 100% rename from script/install rename to scripts/install diff --git a/temp/remove b/scripts/remove similarity index 100% rename from temp/remove rename to scripts/remove diff --git a/temp/restore b/scripts/restore similarity index 100% rename from temp/restore rename to scripts/restore diff --git a/temp/upgrade b/scripts/upgrade similarity index 100% rename from temp/upgrade rename to scripts/upgrade