fix3
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ function bootstrap {
|
||||
echo "directory: miaou-bash already deployed!"
|
||||
fi
|
||||
|
||||
local source_bin="$MIAOU_BASH_DIR/bin/miaou-bash"
|
||||
local source_bin="$DESTINATION/miaou-bash/bin/miaou-bash"
|
||||
local dest_bin="/usr/bin/miaou-bash"
|
||||
if ! cmp -s "$source_bin" "$dest_bin"; then
|
||||
cp -f "$source_bin" "$dest_bin"
|
||||
|
||||
Reference in New Issue
Block a user