ごめん

This commit is contained in:
守矢諏訪子 2022-02-27 02:39:36 +09:00
parent 069f485499
commit 890fc477f5
1 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,8 @@
#!/bin/bash
BCKPDIR=`cd backup && pwd`
BACKEND=`cd backend && pwd`
ROOTPATH="/home/suwako/dev/kikikanri"
BCKPDIR=`cd ${ROOTPATH}/backup && pwd`
BACKEND=`cd ${ROOTPATH}/backend && pwd`
source ${BACKEND}/.env
TIME=`date '+%Y%m%d%H'`