mirror of
https://github.com/aljazceru/cyphernode.git
synced 2025-12-26 09:05:13 +01:00
dont create backup of start and stop scripts
This commit is contained in:
4
dist/setup.sh
vendored
4
dist/setup.sh
vendored
@@ -217,8 +217,8 @@ install_docker() {
|
||||
fi
|
||||
|
||||
copy_file $sourceDataPath/installer/docker/docker-compose.yaml $topLevel/docker-compose.yaml
|
||||
copy_file $sourceDataPath/installer/start.sh $topLevel/start.sh
|
||||
copy_file $sourceDataPath/installer/stop.sh $topLevel/stop.sh
|
||||
copy_file $sourceDataPath/installer/start.sh $topLevel/start.sh 0
|
||||
copy_file $sourceDataPath/installer/stop.sh $topLevel/stop.sh 0
|
||||
|
||||
step "Making scripts executable"
|
||||
try chmod +x start.sh stop.sh
|
||||
|
||||
Reference in New Issue
Block a user