You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pgsqlbackup.sh
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -159,13 +159,13 @@ if ! [ -d "$bkup_p/pgsql.weekly" ] ; then info "pgsql.weekly folder missing unde
159
159
if! [ -d"$bkup_p/pgsql.monthly" ] ;then info "pgsql.monthly folder missing under the share $bkup_p, it has been created";$md_c"$bkup_p/pgsql.monthly";if [ $?!= 0 ] ;then error "the folder pgsql.monthly could not be created on the share $share";fi;fi
0 commit comments