File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -181,8 +181,8 @@ create_backup_patch() {
181181
182182 mkdir -p " $PM_PATCH_BACKUP_DIR " > /dev/null 2>&1
183183 cp -f " $PATCH_DIR /$PATCH_NAME " " $PM_PATCH_BACKUP_DIR " > /dev/null 2>&1
184- log " Created backup"
185- log " backup: $PM_PATCH_BACKUP_DIR "
184+ log " Created backup: $PM_PATCH_BACKUP_DIR "
185+ log
186186}
187187
188188#
@@ -192,12 +192,12 @@ create_backup_patch() {
192192mkdir -p " $PM_VAR_DIR " > /dev/null 2>&1
193193
194194if [ ! -f " $PM_LOG_FILE " ]; then
195- log " *** Patch Log Created by Apply $( date) ***"
195+ log " *** Patch-log created by pm_apply script $( date) ***"
196196fi
197197
198198log
199199log " ----------------------------------"
200- log " PM APPLY $( date) "
200+ log " pm_apply $( date) "
201201log " ----------------------------------"
202202log
203203
210210log
211211
212212if [ ! -x " $PATCH_EXEC " ]; then
213- log " ERROR: Cannot find $PATCH_EXEC "
213+ log " ERROR: Cannot find patch executable $PATCH_EXEC "
214214 failure
215215fi
216216
217217if [ -z " $PATCH_DIR " ]; then
218- log " ERROR: PATCH_DIR must be given for installing"
218+ log " ERROR: PATCH_DIR must be provided for installing! "
219219 failure
220220fi
221221
@@ -225,7 +225,7 @@ if [ ! -d "$PATCH_DIR" ]; then
225225fi
226226
227227if [ ! -f " $PATCH_PATH " ]; then
228- log " ERROR: Cannot find patch file !"
228+ log " ERROR: Cannot find patch file!"
229229 failure
230230fi
231231
You can’t perform that action at this time.
0 commit comments