Skip to content

Commit 4bd2f68

Browse files
authored
Update configarr.sh (#7323)
1 parent 377de80 commit 4bd2f68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ct/configarr.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function update_script() {
3737
mv /opt/configarr/{config.yml,secrets.yml,.env} "/opt/backup/"
3838
rm -rf /opt/configarr
3939
fetch_and_deploy_gh_release "configarr" "raydak-labs/configarr"
40-
mv /opt/backup/* /opt/configarr/
40+
mv /opt/backup/{config.yml,secrets.yml,.env} "/opt/configarr/"
4141
cd /opt/configarr
4242
$STD pnpm install
4343
$STD pnpm run build

0 commit comments

Comments
 (0)