Skip to content

Commit

Permalink
Rename files
Browse files Browse the repository at this point in the history
  • Loading branch information
Furuya committed Mar 30, 2023
1 parent fd4ae65 commit 72b41ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Parameter_backup.conf → concretecms-backup.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#-----------------------------------------------------------
# concrete5-backup.shのパラメータ
# concretecms-backup.shのパラメータ
#
# 対象案件:
#
Expand Down
8 changes: 4 additions & 4 deletions concrete5-backup.sh → concretecms-backup.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/sh
#
# concrete5 backup shell:
# concretecms backup shell:
# ----------
# Version 3.3.1
# Version 4.0.0
# By katzueno

# INSTRUCTION:
Expand All @@ -15,10 +15,10 @@ set -e

#-----------------------------------------------------------
# 定数・変数の取り込み
# Parameter_backup.confは、concrete5-backup.shと同じディレクトリに格納してください
# concretecms-backup.confは、concretecms-backup.shと同じディレクトリに格納してください
#-----------------------------------------------------------

source ./Parameter_backup.conf
source ./concretecms-backup.conf

# ==============================
#
Expand Down

0 comments on commit 72b41ff

Please sign in to comment.