Skip to content

Commit

Permalink
Merge pull request #16 from SEPIA-Framework/dev
Browse files Browse the repository at this point in the history
hot-fix for backup script
  • Loading branch information
fquirin authored Jun 7, 2020
2 parents b509ec6 + d80f08a commit 0196d85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified sepia-custom-bundle-folder.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions sepia-custom-bundle-folder/backup-sepia.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ mkdir -p $BCK_FOLDER/sepia-websocket-server-java/Xtensions
mkdir -p $BCK_FOLDER/sepia-reverse-proxy/settings
cp sepia-assist-server/Xtensions/assist.custom.properties $BCK_FOLDER/sepia-assist-server/Xtensions/
cp -r sepia-assist-server/Xtensions/Plugins $BCK_FOLDER/sepia-assist-server/Xtensions/
cp sepia-assist-server/Xtensions/Assistant/commands/*_custom.txt $BCK_FOLDER/sepia-assist-server/Xtensions/Assistant/commands/
cp sepia-assist-server/Xtensions/Assistant/answers/*_custom.txt $BCK_FOLDER/sepia-assist-server/Xtensions/Assistant/answers/
find ./sepia-assist-server/Xtensions/Assistant/commands/ -maxdepth 1 -iname "*_custom.txt" -exec cp {} $BCK_FOLDER/sepia-assist-server/Xtensions/Assistant/commands/ \;
find ./sepia-assist-server/Xtensions/Assistant/answers/ -maxdepth 1 -iname "*_custom.txt" -exec cp {} $BCK_FOLDER/sepia-assist-server/Xtensions/Assistant/answers/ \;
cp sepia-assist-server/Xtensions/DynamicDNS/duck-dns.properties $BCK_FOLDER/sepia-assist-server/Xtensions/DynamicDNS/
cp letsencrypt/duck-dns-settings.sh $BCK_FOLDER/letsencrypt/
cp -r letsencrypt/work $BCK_FOLDER/letsencrypt/
Expand Down

0 comments on commit 0196d85

Please sign in to comment.