diff options
author | Charadon <dev@iotib.net> | 2022-10-03 16:02:57 -0400 |
---|---|---|
committer | Charadon <dev@iotib.net> | 2022-10-03 16:02:57 -0400 |
commit | 67d64005dc0626a4e1b58bd124f06fb10d8fffae (patch) | |
tree | d3af96a109731ccd6e042c235d0093b5ba907d4a | |
parent | 58f87fe1e6e3eb9c77e2be0aba776e7fb38aecdc (diff) | |
download | dscip-67d64005dc0626a4e1b58bd124f06fb10d8fffae.tar.gz |
setup.sh: Added comment explaining why backups are removed. 0.9.6
-rwxr-xr-x | setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.sh b/setup.sh index 18aee77..c27e1e4 100755 --- a/setup.sh +++ b/setup.sh @@ -125,7 +125,7 @@ install_dscip() { sed -i'.dscipbackup' "s}DSCIP_GITREPO=.*}DSCIP_GITREPO=\"$PROJECT_URL\"}g" config.sh sed -i'.dscipbackup' "s/DSCIP_NAME=.*/DSCIP_NAME=\"$PROJECT_NAME\"/g" config.sh sed -i'.dscipbackup' "s/DSCIP_BRANCH=.*/DSCIP_BRANCH=\"$PROJECT_BRANCH\"/g" config.sh - rm ./*.dscipbackup + rm ./*.dscipbackup # Remove all the backups. It's only there for portability reasons. # Done. Go back to CWD, and tell user how to activate DSCIP. set +x printf "\n" |