summarylogtreecommitdiffstats
path: root/tempfile.patch
blob: 84c6ce80baaa0ebda95ed053fbee0bc0f566974c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/tools/gen-conf.sh b/tools/gen-conf.sh
index 412a80c..a9623f1 100755
--- a/tools/gen-conf.sh
+++ b/tools/gen-conf.sh
@@ -29,8 +29,8 @@
 ROOTFLDR="$( pwd )"
 SAMPLE="${ROOTFLDR}/setup/config.php.example"
 FILE="${ROOTFLDR}/setup/config.php"
-VARTMP="$( tempfile )"
-COMTMP="$( tempfile )"
+VARTMP="$( mktemp )"
+COMTMP="$( mktemp )"
 
 echo
 echo "We are going to ask you a couple of questions regarding AGUILAS configuration."