mirror of
https://github.com/aljazceru/cyphernode.git
synced 2026-02-05 20:44:20 +01:00
Cleaned obsolete files
This commit is contained in:
17
dist/setup.sh
vendored
17
dist/setup.sh
vendored
@@ -486,7 +486,6 @@ install_docker() {
|
||||
fi
|
||||
|
||||
copy_file $sourceDataPath/installer/docker/docker-compose.yaml docker-compose.yaml
|
||||
copy_file $sourceDataPath/installer/testinstall.sh testinstall.sh 0
|
||||
copy_file $sourceDataPath/installer/testfeatures.sh testfeatures.sh 0
|
||||
copy_file $sourceDataPath/installer/start.sh start.sh 0
|
||||
copy_file $sourceDataPath/installer/stop.sh stop.sh 0
|
||||
@@ -503,17 +502,11 @@ install_docker() {
|
||||
next
|
||||
fi
|
||||
|
||||
if [[ ! -x testinstall.sh ]]; then
|
||||
step " [32mmake[0m testinstall.sh executable"
|
||||
try chmod +x testinstall.sh
|
||||
next
|
||||
fi
|
||||
|
||||
if [[ ! -x testfeatures.sh ]]; then
|
||||
step " [32mmake[0m testfeatures.sh executable"
|
||||
try chmod +x testfeatures.sh
|
||||
next
|
||||
fi
|
||||
if [[ ! -x testfeatures.sh ]]; then
|
||||
step " [32mmake[0m testfeatures.sh executable"
|
||||
try chmod +x testfeatures.sh
|
||||
next
|
||||
fi
|
||||
}
|
||||
|
||||
check_directory_owner() {
|
||||
|
||||
@@ -123,8 +123,8 @@ module.exports = {
|
||||
},
|
||||
templates: function( props ) {
|
||||
if( props.installer_mode === 'docker' ) {
|
||||
return ['config.sh','start.sh', 'stop.sh', 'testinstall.sh', 'testfeatures.sh', path.join('docker', 'docker-compose.yaml')];
|
||||
return ['config.sh','start.sh', 'stop.sh', 'testfeatures.sh', path.join('docker', 'docker-compose.yaml')];
|
||||
}
|
||||
return ['config.sh','start.sh', 'stop.sh', 'testinstall.sh', 'testfeatures.sh'];
|
||||
return ['config.sh','start.sh', 'stop.sh', 'testfeatures.sh'];
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user