Skip to content

Commit 0f1ee05

Browse files
committed
removed default folder in files/templates folders
1 parent c8d5f1c commit 0f1ee05

File tree

99 files changed

+58
-58
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+58
-58
lines changed

cookbooks/apt-source/recipes/install.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ function install()
44
{
55
# Install
66

7-
local -r sourceListFile="${appPath}/../files/default/$(getMachineRelease).list.conf"
7+
local -r sourceListFile="${appPath}/../files/$(getMachineRelease).list.conf"
88

99
if [[ -f "${sourceListFile}" ]]
1010
then

cookbooks/aws-cli/recipes/install.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function install()
1818

1919
local -r profileConfigData=('__INSTALL_FOLDER__' "${AWS_CLI_INSTALL_FOLDER}")
2020

21-
createFileFromTemplate "${appPath}/../templates/default/aws-cli.sh.profile" '/etc/profile.d/aws-cli.sh' "${profileConfigData[@]}"
21+
createFileFromTemplate "${appPath}/../templates/aws-cli.sh.profile" '/etc/profile.d/aws-cli.sh' "${profileConfigData[@]}"
2222

2323
# Display Version
2424

cookbooks/docker/recipes/install.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function install()
3636
# Config AUFS Upstart
3737

3838
header 'UPDATING AUFS UPSTART'
39-
cp -f "${appPath}/../files/default/aufs.conf.upstart" '/etc/init/aufs.conf'
39+
cp -f "${appPath}/../files/aufs.conf.upstart" '/etc/init/aufs.conf'
4040

4141
# Display Version
4242

cookbooks/ec2-ami-tools/recipes/install.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function install()
4040

4141
local -r profileConfigData=('__INSTALL_FOLDER__' "${EC2_AMI_TOOLS_INSTALL_FOLDER}")
4242

43-
createFileFromTemplate "${appPath}/../templates/default/ec2-ami-tools.sh.profile" '/etc/profile.d/ec2-ami-tools.sh' "${profileConfigData[@]}"
43+
createFileFromTemplate "${appPath}/../templates/ec2-ami-tools.sh.profile" '/etc/profile.d/ec2-ami-tools.sh' "${profileConfigData[@]}"
4444

4545
# Display Version
4646

0 commit comments

Comments
 (0)