From 588cf5ca2e0b390588dbbac82da0ba7775f82439 Mon Sep 17 00:00:00 2001 From: Christoph Date: Wed, 2 Aug 2023 23:16:00 +0200 Subject: [PATCH] Rename snippet 'get-cloud-instance-to-update' to 'get-cloud-instance-to-update.sh'.. --- add_missing_columns.sh | 2 +- add_missing_indices.sh | 2 +- add_missing_primary-keys.sh | 2 +- add_user_to_group.sh | 2 +- check_encryption_scan_legacy-format.sh | 2 +- check_for_old_files.sh | 2 +- convert_filecache_bigint.sh | 2 +- occ_file_scan_all_accounts.sh | 2 +- occ_file_scan_app-data.sh | 2 +- occ_maintenance.sh | 2 +- occ_manual_upgrade.sh | 2 +- occ_update_apps.sh | 2 +- remove_user_from_group.sh | 2 +- replace_favicon.sh | 2 +- replace_logo.sh | 2 +- restore_nextcloud.sh | 2 +- ...cloud-instance-to-update => get-cloud-instance-to-update.sh} | 0 update_nextcloud.sh | 2 +- 18 files changed, 17 insertions(+), 17 deletions(-) rename snippets/{get-cloud-instance-to-update => get-cloud-instance-to-update.sh} (100%) diff --git a/add_missing_columns.sh b/add_missing_columns.sh index 59455bd..1dba2b0 100755 --- a/add_missing_columns.sh +++ b/add_missing_columns.sh @@ -219,7 +219,7 @@ echo -e "\033[32m-----\033[m" # Which cloud instance (website) would you like to update # -source ${snippet_dir}/get-cloud-instance-to-update +source ${snippet_dir}/get-cloud-instance-to-update.sh # - Reset IFS diff --git a/add_missing_indices.sh b/add_missing_indices.sh index d9590ca..bb290ad 100755 --- a/add_missing_indices.sh +++ b/add_missing_indices.sh @@ -219,7 +219,7 @@ echo -e "\033[32m-----\033[m" # Which cloud instance (website) would you like to update # -source ${snippet_dir}/get-cloud-instance-to-update +source ${snippet_dir}/get-cloud-instance-to-update.sh # - Reset IFS diff --git a/add_missing_primary-keys.sh b/add_missing_primary-keys.sh index fb21f53..373b287 100755 --- a/add_missing_primary-keys.sh +++ b/add_missing_primary-keys.sh @@ -219,7 +219,7 @@ echo -e "\033[32m-----\033[m" # Which cloud instance (website) would you like to update # -source ${snippet_dir}/get-cloud-instance-to-update +source ${snippet_dir}/get-cloud-instance-to-update.sh # - Reset IFS diff --git a/add_user_to_group.sh b/add_user_to_group.sh index c668c2e..aaf02b9 100755 --- a/add_user_to_group.sh +++ b/add_user_to_group.sh @@ -257,7 +257,7 @@ echo -e "\033[32m-----\033[m" # Which cloud instance (website) would you like to update # -source ${snippet_dir}/get-cloud-instance-to-update +source ${snippet_dir}/get-cloud-instance-to-update.sh # - Reset IFS diff --git a/check_encryption_scan_legacy-format.sh b/check_encryption_scan_legacy-format.sh index 09cd168..9135700 100755 --- a/check_encryption_scan_legacy-format.sh +++ b/check_encryption_scan_legacy-format.sh @@ -228,7 +228,7 @@ echo -e "\033[32m-----\033[m" # Which cloud instance (website) would you like to update # -source ${snippet_dir}/get-cloud-instance-to-update +source ${snippet_dir}/get-cloud-instance-to-update.sh # - Reset IFS diff --git a/check_for_old_files.sh b/check_for_old_files.sh index c777528..24236be 100755 --- a/check_for_old_files.sh +++ b/check_for_old_files.sh @@ -228,7 +228,7 @@ echo -e "\033[32m-----\033[m" # Which cloud instance (website) would you like to update # -source ${snippet_dir}/get-cloud-instance-to-update +source ${snippet_dir}/get-cloud-instance-to-update.sh # - Reset IFS diff --git a/convert_filecache_bigint.sh b/convert_filecache_bigint.sh index e6d554d..9929caf 100755 --- a/convert_filecache_bigint.sh +++ b/convert_filecache_bigint.sh @@ -228,7 +228,7 @@ echo -e "\033[32m-----\033[m" # Which cloud instance (website) would you like to update # -source ${snippet_dir}/get-cloud-instance-to-update +source ${snippet_dir}/get-cloud-instance-to-update.sh # - Reset IFS diff --git a/occ_file_scan_all_accounts.sh b/occ_file_scan_all_accounts.sh index 0c56cc4..948d5c6 100755 --- a/occ_file_scan_all_accounts.sh +++ b/occ_file_scan_all_accounts.sh @@ -212,7 +212,7 @@ if [[ -z "$WEBSITE" ]] ; then # Which cloud instance (website) would you like to update # - source ${snippet_dir}/get-cloud-instance-to-update + source ${snippet_dir}/get-cloud-instance-to-update.sh fi diff --git a/occ_file_scan_app-data.sh b/occ_file_scan_app-data.sh index dde321f..638d66b 100755 --- a/occ_file_scan_app-data.sh +++ b/occ_file_scan_app-data.sh @@ -219,7 +219,7 @@ if [[ -z "$WEBSITE" ]] ; then # Which cloud instance (website) would you like to update # - source ${snippet_dir}/get-cloud-instance-to-update + source ${snippet_dir}/get-cloud-instance-to-update.sh fi diff --git a/occ_maintenance.sh b/occ_maintenance.sh index 581f654..7ab05f6 100755 --- a/occ_maintenance.sh +++ b/occ_maintenance.sh @@ -218,7 +218,7 @@ if [[ -z "$WEBSITE" ]] ; then # Which cloud instance (website) would you like to update # - source ${snippet_dir}/get-cloud-instance-to-update + source ${snippet_dir}/get-cloud-instance-to-update.sh #fatal "No website ios given on commandline - Missing Parameter '-s '" fi diff --git a/occ_manual_upgrade.sh b/occ_manual_upgrade.sh index a84fa0d..7675238 100755 --- a/occ_manual_upgrade.sh +++ b/occ_manual_upgrade.sh @@ -218,7 +218,7 @@ if [[ -z "$WEBSITE" ]] ; then # Which cloud instance (website) would you like to update # - source ${snippet_dir}/get-cloud-instance-to-update + source ${snippet_dir}/get-cloud-instance-to-update.sh #fatal "No website ios given on commandline - Missing Parameter '-s '" fi diff --git a/occ_update_apps.sh b/occ_update_apps.sh index 8a7dc62..6bc57ae 100755 --- a/occ_update_apps.sh +++ b/occ_update_apps.sh @@ -219,7 +219,7 @@ if [[ -z "$WEBSITE" ]] ; then # Which cloud instance (website) would you like to update # - source ${snippet_dir}/get-cloud-instance-to-update + source ${snippet_dir}/get-cloud-instance-to-update.sh fi diff --git a/remove_user_from_group.sh b/remove_user_from_group.sh index f716cdd..4de5339 100755 --- a/remove_user_from_group.sh +++ b/remove_user_from_group.sh @@ -258,7 +258,7 @@ echo -e "\033[32m-----\033[m" # Which cloud instance (website) would you like to update # -source ${snippet_dir}/get-cloud-instance-to-update +source ${snippet_dir}/get-cloud-instance-to-update.sh # - Reset IFS diff --git a/replace_favicon.sh b/replace_favicon.sh index 0735f33..f66e8b6 100755 --- a/replace_favicon.sh +++ b/replace_favicon.sh @@ -220,7 +220,7 @@ echo -e "\033[32m-----\033[m" # Which cloud instance (website) would you like to update # -source ${snippet_dir}/get-cloud-instance-to-update +source ${snippet_dir}/get-cloud-instance-to-update.sh # - Reset IFS diff --git a/replace_logo.sh b/replace_logo.sh index bf4f50c..cffa327 100755 --- a/replace_logo.sh +++ b/replace_logo.sh @@ -220,7 +220,7 @@ echo -e "\033[32m-----\033[m" # Which cloud instance (website) would you like to update # -source ${snippet_dir}/get-cloud-instance-to-update +source ${snippet_dir}/get-cloud-instance-to-update.sh # - Reset IFS diff --git a/restore_nextcloud.sh b/restore_nextcloud.sh index 6594349..c10dfe7 100755 --- a/restore_nextcloud.sh +++ b/restore_nextcloud.sh @@ -225,7 +225,7 @@ echo -e "\033[32m-----\033[m" # Which cloud instance (website) would you like to update # -source ${snippet_dir}/get-cloud-instance-to-update +source ${snippet_dir}/get-cloud-instance-to-update.sh # - Reset IFS diff --git a/snippets/get-cloud-instance-to-update b/snippets/get-cloud-instance-to-update.sh similarity index 100% rename from snippets/get-cloud-instance-to-update rename to snippets/get-cloud-instance-to-update.sh diff --git a/update_nextcloud.sh b/update_nextcloud.sh index 50177e5..d892f52 100755 --- a/update_nextcloud.sh +++ b/update_nextcloud.sh @@ -249,7 +249,7 @@ echo -e "\033[32m-----\033[m" # Which cloud instance (website) would you like to update # -source ${snippet_dir}/get-cloud-instance-to-update +source ${snippet_dir}/get-cloud-instance-to-update.sh # - Reset IFS